home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / mnyth2.zip / TEMP.FRM < prev    next >
Text File  |  1994-01-24  |  746b  |  31 lines

  1. VERSION 2.00
  2. Begin Form Temp 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H00000000&
  5.    BorderStyle     =   0  'None
  6.    ControlBox      =   0   'False
  7.    Height          =   2970
  8.    Icon            =   TEMP.FRX:0000
  9.    Left            =   870
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   171
  12.    ScaleMode       =   3  'Pixel
  13.    ScaleWidth      =   381
  14.    Top             =   1260
  15.    Visible         =   0   'False
  16.    Width           =   5835
  17. End
  18. ' Original -- this form is used to save the original windows
  19. '   desktop bitmap that exists when the screen saver is
  20. '   started
  21.  
  22. Option Explicit
  23.  
  24. Sub Form_Load ()
  25.  
  26.     ' stretch to full screen
  27.     'Move 0, 0, Screen.Width, Screen.Height
  28.  
  29. End Sub
  30.  
  31.